From: Josef Schlehofer Date: Fri, 26 Sep 2025 18:32:43 +0000 (+0200) Subject: gperftools: enable it for mips* X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=4dc36ae9fd1e36054541eb94bf25d6767eff7f03;p=feed%2Fpackages.git gperftools: enable it for mips* It should be working for mips*, so enable it and let's see. :-) In the past, there were some issues related to mips, when the package was added, but these days, it appears that these issues are gone. More details about those issues could be found in the GitHub pull request when gperftools was added. Reference is in the Fixes tag. Fixes: c1b4e80825d6855d66899dc32490b0ce9537aff5 ("gperftools: add new package") Signed-off-by: Josef Schlehofer --- diff --git a/libs/gperftools/Makefile b/libs/gperftools/Makefile index 1274aa5bdc..d08f544db5 100644 --- a/libs/gperftools/Makefile +++ b/libs/gperftools/Makefile @@ -26,7 +26,7 @@ define Package/gperftools-headers SECTION:=libs TITLE:=Gperftools Headers URL:=https://github.com/gperftools/gperftools - DEPENDS:= @!(mips||mips64||mipsel||powerpc) + DEPENDS:= @!(powerpc) endef define Package/gperftools-runtime @@ -34,7 +34,7 @@ define Package/gperftools-runtime CATEGORY:=Libraries TITLE:=Gperftools Runtime URL:=https://github.com/gperftools/gperftools - DEPENDS:= +libunwind +libstdcpp @!(mips||mips64||mipsel||powerpc) + DEPENDS:= +libunwind +libstdcpp @!(powerpc) endef define Package/gperftools-headers/description